home *** CD-ROM | disk | FTP | other *** search
- echo "Welcome to the ATE Beta 5b Installer."
- echo "If asked to insert PSFonts: just hit CANCEL."
- if not exists PSFonts:
- makedir fonts:PSFonts
- assign PSFonts: fonts:PSFonts
- if exists S:User-Startup
- join S:User-Startup user-startup-append as S:New-Startup
- rename S:User-Startup S:User-Startup.old
- rename S:New-Startup S:User-Startup
- else
- copy user-startup-append S:User-Startup
- endif
- endif
- copy all PSFonts/#? PSFonts:
- if not exists PSFonts:init.ps
- copy init.ps PSFonts:
- endif
- copy all fonts/#? FONTS:
- copy ATEbeta5b#? SYS:WBStartup/
- echo "*NATE installation complete. Start ATE by clicking on the"
- echo "icon in WBStartup, or restart your Amiga.*N"
-
-